Fix checkpointing - add save/restore support to the xenbus driver.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 2 Aug 2005 17:12:36 +0000 (17:12 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 2 Aug 2005 17:12:36 +0000 (17:12 +0000)
commit59f1e250c214e48064e807bab456a3fffbf3c028
tree6fcb9a404035d667c0bb0eecced2cf5f6228941e
parent375d3c927fb349f0216123221c5cda7bc54a4efe
Fix checkpointing - add save/restore support to the xenbus driver.
- Add xenbus driver suspend/resume functions
- Change xenbus irq to not be shared
- Translate store mfn in suspend record to pfn and back
- Make tools re-introduce the domain to the store
Signed-off-by: Rusty Russel <rusty@rustcorp.com.au>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/arch/xen/kernel/reboot.c
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_comms.c
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_comms.h
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c
linux-2.6-xen-sparse/include/asm-xen/xenbus.h
tools/libxc/xc.h
tools/libxc/xc_linux_restore.c
tools/libxc/xc_linux_save.c
tools/python/xen/xend/XendCheckpoint.py
tools/xcutils/xc_restore.c